projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f28077
)
Prevent double-free after 8b5d30d43.
author
John Ralls
<jralls@ceridwen.us>
Wed, 24 Dec 2014 20:50:57 +0000
(12:50 -0800)
committer
John Ralls
<jralls@ceridwen.us>
Wed, 24 Dec 2014 20:50:57 +0000
(12:50 -0800)
modules/input/imquartz.c
patch
|
blob
|
history
diff --git
a/modules/input/imquartz.c
b/modules/input/imquartz.c
index c80e0cb19aa3964ef53582da385227bebf6a7b20..fa2afd3f813e13757e6753a6c60b78d4ec3cee21 100644
(file)
--- a/
modules/input/imquartz.c
+++ b/
modules/input/imquartz.c
@@
-172,9
+172,6
@@
output_result (GtkIMContext *context,
retval = TRUE;
}
- g_free (fixed_str);
- g_free (marked_str);
-
return retval;
}